Create, rename, delete files and folders under Ubuntu, forcing the Recycle Bin method to emptymkdir Directory Name- -Create a directory rmdir Empty directory name- -delete an empty directory rm file name --delete a file or
Is there a problem with the "deleted" file? Are you tired of renaming files one by one? No problem. This kind of thing will not go back, Because Ubuntu already provides a solution. There are many methods to rename files in batches under the command
Original address: http://blog.csdn.net/sea_shore/article/details/61024371.rename Command Batch modified file name, in fact, Linux can use other methods to batch change the file name, but rename is too convenientFor example, change all the tables to
Reprint: http://blog.csdn.net/sea_shore/article/details/61024371.rename Command Batch modified file name, in fact, Linux can use other methods to batch change the file name, but rename is too convenientFor example, change all the tables to cdb1_* to
1.rename Command Batch modified file name, in fact, Linux can use other methods to batch change the file name, but rename is too convenientFor example, change all the tables to cdb1_* to cdb_*.In this directoryOnly need # rename ' cdb1 ' CDB ' *Used
Linux File (folder) creation, copying, moving (rename), deleting command tutorial, linux rename
Ubuntu
Ctrl + Alt + T (Terminal)
1. Create (mkdir)
Syntax format: mkdir [Option] DirName
The [Options] in the Command generally have the following two
Create and delete files and folders in ubuntu, and forcibly clear the recycle bin method mkdir directory name & gt; create a directory www.2cto. comrmdir empty directory name & gt; delete an empty directory rm file name & gt; delete one or more
Mkdir directory name => create a directory
Rmdir empty directory name => delete an empty directory
RM file name => delete one or more files
Rm-RF non-empty directory name => delete everything in a non-empty directory
Touch file name => Create an
mkdir directory name to create a directory
RmDir Empty directory name Delete an empty directory
RM FileName File name Delete one file or multiple files
RM–RF non-empty directory name deletes everything under a non-empty directory
Touch filename
mkdir directory name = = Create a directoryrmdir empty Directory name = = Delete an empty directoryRM file name = = Delete a file or multiple filesRM–RF non-empty directory name = = delete everything under a non-empty directoryTouch filename = =
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.